summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update these scripts to be more userfriendly and usage safe.phk2005-09-215-51/+133
* Initialize uninitialized variables.grog2005-09-211-3/+3
* Remove one possible way of shooting yourself in the foot.grog2005-09-211-2/+4
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Fix an unaligned I/O memory access in the event that a SCB times out.marcel2005-09-211-3/+9
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-2114-8/+90
* Style fix: Correct a compiler warning from GCC 4kientzle2005-09-211-0/+1
* Use the correct minor number for the pccardX.cis device.imp2005-09-201-3/+7
* Remove unused (but initialized) variable 'objsize' from vm_mmap()peter2005-09-201-2/+1
* Remove OLDCARD support by removing compat shimsimp2005-09-204-93/+34
* Better use of gone.imp2005-09-201-9/+5
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
* Remove support for oldcard by removing compat shims.imp2005-09-201-24/+4
* Eliminate support for oldcard by removing the compat shims.imp2005-09-201-26/+5
* remove some dead codeimp2005-09-201-9/+1
* Correct the documentation for archive_read_data_into_buffer()kientzle2005-09-201-1/+1
* Remove queue check from last commit. In most cases there is smth in queue,glebius2005-09-201-2/+1
* Check IFF_DRV_RUNNING and presense of packets in queue before callingglebius2005-09-201-1/+3
* Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.imura2005-09-201-1/+1
* Add a new rc.conf entry, kerberos5_server_flags, which allows therwatson2005-09-203-1/+7
* Fix build.glebius2005-09-202-0/+14
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Move code macros from if_sis*reg*.h to if_sis.*c*phk2005-09-202-16/+16
* Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTSphk2005-09-202-0/+127
* Create an /etc/nanobsd.conf in the built image and put the disk drive namephk2005-09-201-28/+124
* Mention the default location of alternative super block on adelphij2005-09-201-2/+2
* Add pccard_device.cimp2005-09-202-1/+2
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-204-164/+368
* Call the passed function on cis scanning for all nodes in the CISimp2005-09-201-0/+17
* Sprinkle a few stars where they belong.imp2005-09-201-4/+4
* Protect includes for kernel specific use from userland.ticso2005-09-191-0/+2
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-195-18/+18
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-194-31/+31
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-193-14/+14
* Start time_uptime with 1 instead of 0.andre2005-09-191-1/+1
* Replace m_extadd() with macro version MEXTADD().andre2005-09-192-4/+4
* Replace custom mbuf writeability test with genericandre2005-09-191-2/+2
* Dump the environment for reference.phk2005-09-191-2/+8
* Rewamp DEVFS internals pretty severely [1].phk2005-09-198-487/+465
* Use phk's kernel unit number allocator to associate unique ids to neighborsdamien2005-09-193-45/+76
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-197-0/+7
* When (re)allocating space for an array of pointers to char, usecperciva2005-09-191-1/+1
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* Update the list of supported hardware.damien2005-09-191-3/+13
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-1925-14/+168
* A single `*' character doesn't disable *ANY* form of authentication.keramida2005-09-191-1/+5
* Small regression test tool to generate two forms of ENOSPC on a filerwatson2005-09-192-0/+195
* Drop current rtentry lock before calling rt_getifa(). This fixes a LORglebius2005-09-191-3/+3
* It's safe to wait for command completion in iwi_config().damien2005-09-191-1/+2
* Create fstab before linking stuff into /confphk2005-09-191-1/+2
OpenPOWER on IntegriCloud