aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-041-1/+1
* | Drop support for the .tbz2 suffix. One would not want pkg_create(1)Akinori MUSHA2002-08-042-6/+2
* | Temporarily disable polling when no processes are active, while ILuigi Rizzo2002-08-041-1/+1
* | Repond properly to NGM_TEXT_CONFIG messages.Poul-Henning Kamp2002-08-041-0/+1
* | bugfix: move check for udp_blackhole before the one for icmp_bandlim.Luigi Rizzo2002-08-041-2/+2
* | Added NetBSD 1.5.3Wolfram Schneider2002-08-041-6/+8
* | Update FreeBSD 4.6 release date.Wolfram Schneider2002-08-041-2/+3
* | Fix typo in the last revision.Mike Barcroft2002-08-042-2/+2
* | Add example entries for ttya and ttyb (sab).Jake Burkholder2002-08-041-0/+2
* | se -> sab.Jake Burkholder2002-08-043-2/+3
* | o Acquire the page queues lock before checking the page's busy statusAlan Cox2002-08-041-2/+4
* | Ported to FreeBSD.Jake Burkholder2002-08-041-582/+487
* | Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyJake Burkholder2002-08-042-0/+1684
* | Add device agp to GENERIC, filter it out of floppy buildsEric Anholt2002-08-045-0/+10
* | Remove this abortive attempt.Jake Burkholder2002-08-043-526/+0
* | Fix a mistake in 1.352 - I was returning a pointer to the rounded downPeter Wemm2002-08-042-2/+2
* | Remove commented out PCI_ENABLE_IO_MODES. It is gone now.Warner Losh2002-08-043-3/+0
* | Ported to sparc64.Jake Burkholder2002-08-044-5/+372
* | Simplify the handling of a fragmented file_id descriptor. AlsoScott Long2002-08-042-51/+50
* | Try harder to check lang as path component (".", "..", / inside).Andrey A. Chernov2002-08-041-307/+345
* | Change wctype_t to an unsigned type to avoid warnings.Tim J. Robbins2002-08-043-3/+3
* | Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins2002-08-044-2/+203
* | Add btowc(3) to SEE ALSO section.Tim J. Robbins2002-08-041-0/+1
* | Include <sys/time.h> for the declaration of struct timeval. Do notBruce Evans2002-08-047-0/+7
* | - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-0488-414/+620
* | Use errno to indicate failure reason.Andrey A. Chernov2002-08-041-12/+18
* | Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment toBruce Evans2002-08-041-3/+3
* | o Extend the scope of the page queues lock in contigmalloc1().Alan Cox2002-08-041-8/+8
* | o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()Alan Cox2002-08-041-1/+3
* | Use an 8.3 friendly extension when compressing with bzip2.David E. O'Brien2002-08-041-1/+1
* | Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.David E. O'Brien2002-08-045-9633/+7154
* | Allow "-v -v" to mean very verbose.David E. O'Brien2002-08-042-4/+23
* | Fix generation of check-state rules, which i broke in last commit.Luigi Rizzo2002-08-041-1/+1
* | o Request a wired page from vm_page_grab() in _pmap_allocpte().Alan Cox2002-08-042-10/+2
* | Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* | Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.Andrey A. Chernov2002-08-041-28/+27
* | Nonexistent SIZE_MAX -> SIZE_T_MAXAndrey A. Chernov2002-08-041-1/+1
* | Signal an error instead of giving the caller less memory than they askedTim J. Robbins2002-08-041-0/+7
* | Add options to print the argument and environment string parameters toMatthew N. Dodd2002-08-0410-6/+146
* | Add a "FreeBSD ELF32" entry to ex_types[].Matthew N. Dodd2002-08-041-0/+1
* | Print out the strings in vers.o instead of hardcoding the loader banner.Jake Burkholder2002-08-041-2/+4
* | Terminate the output line when a non-returning syscall is printed.Matthew N. Dodd2002-08-045-0/+5
* | Add options to print absolute and relative timestamps.Matthew N. Dodd2002-08-044-5/+46
* | Kernel modifications necessary to allow to follow fork()ed children.Matthew N. Dodd2002-08-042-0/+11
* | Allow tracking fork()ed children.Matthew N. Dodd2002-08-0411-10/+80
* | Parameterize globals.Matthew N. Dodd2002-08-0411-143/+196
* | If all file systems are marked nosuid, the line:Gregory Neil Shapiro2002-08-031-8/+11
* | o Ask for a prezeroed page in pmap_pinit() for the page directory page.Alan Cox2002-08-032-2/+2
* | o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()Alan Cox2002-08-031-7/+6
* | Add ERRORS section according to POSIX (no errors)Andrey A. Chernov2002-08-031-0/+2