| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer do special handling of Perl. FreeBSD users have all of 5.x | obrien | 2004-08-25 | 4 | -7/+1 |
* | if_dc includes locking, but that locking is disabled by a #ifdef | rwatson | 2004-08-25 | 2 | -2/+4 |
* | Back out v1.57, the underlying problem that caused a delay between | kensmith | 2004-08-25 | 1 | -2/+0 |
* | In nfs_timer(), pass curthread rather than &thread0 into the protocol | rwatson | 2004-08-25 | 1 | -4/+2 |
* | Back out previous commit. Colin's fix to md makes the extra sleep | kensmith | 2004-08-25 | 1 | -2/+0 |
* | Add a CVSTAG makefile variable that can be set in /etc/make.conf that | paul | 2004-08-24 | 1 | -1/+5 |
* | Clarify what the lockfunc is used for. When it will be called and | imp | 2004-08-24 | 1 | -0/+8 |
* | note that it is the caller's responsibility to free any buffer passed | alfred | 2004-08-24 | 1 | -0/+5 |
* | Argh. Forced commit to note that this was | josef | 2004-08-24 | 0 | -0/+0 |
* | Autogenerate device listings for lge(4) and vx(4) | brueffer | 2004-08-24 | 2 | -10/+4 |
* | Add snapshots.se.freebsd.org to list of available ftp mirrors. | josef | 2004-08-24 | 2 | -2/+6 |
* | Add lge(4) and vx(4) | brueffer | 2004-08-24 | 1 | -0/+2 |
* | - move the list of supported devices into a HARDWARE section | brueffer | 2004-08-24 | 1 | -13/+16 |
* | - move device listing and hardware notes into a HARDWARE section | brueffer | 2004-08-24 | 1 | -16/+19 |
* | Correct the arguments to kern_sigaltstack() as they were reversed. | jhb | 2004-08-24 | 2 | -4/+4 |
* | Regenerate after fcntl() wrappers were marked MP safe. | jhb | 2004-08-24 | 16 | -22/+23 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 10 | -160/+92 |
* | Sii_reset needs to wait up to 1 second to get slow disks with it so | sos | 2004-08-24 | 1 | -1/+1 |
* | asr(4) is currently i386 only. | simon | 2004-08-24 | 1 | -0/+1 |
* | Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list(). | njl | 2004-08-24 | 2 | -0/+20 |
* | share/examples/worm is dead. | ru | 2004-08-24 | 1 | -2/+0 |
* | sr(4) definately won't work on IA64. | obrien | 2004-08-24 | 1 | -1/+0 |
* | Be sure to always unlock the sx lock when exiting the sysctl function. | njl | 2004-08-24 | 2 | -2/+2 |
* | Autogenerate device listings for sk(4) | brueffer | 2004-08-24 | 2 | -4/+2 |
* | Add sk(4) | brueffer | 2004-08-24 | 1 | -0/+1 |
* | - move the list of supported adapters to a HARDWARE section | brueffer | 2004-08-24 | 1 | -30/+34 |
* | Update for latest make(1) changes. | obrien | 2004-08-24 | 1 | -17/+39 |
* | Add the SMC EZ Card 10/100 as supported hardware | brueffer | 2004-08-24 | 1 | -0/+2 |
* | Correct the link to the AIC-6915 programmer's manual | brueffer | 2004-08-24 | 1 | -1/+1 |
* | Autogenerate device listings for sf(4) | brueffer | 2004-08-24 | 2 | -6/+2 |
* | Add sf(4) | brueffer | 2004-08-24 | 1 | -0/+1 |
* | - move list of supported adapters into a HARDWARE section | brueffer | 2004-08-24 | 1 | -21/+23 |
* | Always pick up giant before returning from an ioctl call. | sos | 2004-08-24 | 1 | -2/+4 |
* | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | rwatson | 2004-08-24 | 1 | -0/+2 |
* | MT4 if_fwsubr.c:1.6: | rwatson | 2004-08-24 | 1 | -2/+0 |
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | tjr | 2004-08-24 | 4 | -284/+254 |
* | Fix make search entries. | blackend | 2004-08-24 | 1 | -2/+2 |
* | Properly check malloc returns. | sos | 2004-08-24 | 1 | -10/+19 |
* | Fix a typo (attacked -> attached). | roam | 2004-08-24 | 1 | -1/+1 |
* | Conditional acquisition of socket buffer mutexes when testing socket | rwatson | 2004-08-24 | 1 | -35/+16 |
* | Set the description to NULL in the right detach routine. This should | imp | 2004-08-24 | 1 | -1/+1 |
* | Make sure to properly initialize 'size' to sizeof(sin) before passing | rwatson | 2004-08-24 | 1 | -0/+1 |
* | Fixed a misspelling of the hook name. | ru | 2004-08-24 | 2 | -2/+2 |
* | Add a basic kqueue + UNIX domain socket pair regression test to do some | rwatson | 2004-08-24 | 2 | -0/+340 |
* | Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD. | dwhite | 2004-08-24 | 1 | -1/+3 |
* | It is now an error to call pmap_unuse_pt without the paddr of the pde | peter | 2004-08-24 | 1 | -3/+1 |
* | Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64 | peter | 2004-08-24 | 1 | -0/+4 |
* | struct tm.tm_year is listed as 'years since 1900', and is signed. On | peter | 2004-08-24 | 1 | -0/+3 |
* | Even in a 80 column, fixed point font, there's plenty of room for all | imp | 2004-08-23 | 1 | -1/+2 |
* | In the SYNOPSIS section, move the bus_dmamem_alloc function prototype | imp | 2004-08-23 | 1 | -3/+3 |