summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use NULL in preference to 0 for pointers.imp2009-02-032-2/+2
* o Use unsigned for bit fields.imp2009-02-031-3/+3
* int foo(void) is the proper ANSI function definition when there's noimp2009-02-031-1/+1
* In g_handleattr(), set bp->bio_completed also for the casemarcel2009-02-031-1/+2
* Introduce a C type representing the header for GNU-style hash tablejkoshy2009-02-031-0/+11
* Move away from autogenerated enums, these values never change and its helpfulthompsa2009-02-035-124/+114
* o Define some symbols for a few items that are bare constants in theimp2009-02-032-16/+34
* make sure that interrupts are disabled when handling page faults et alkmacy2009-02-031-4/+4
* Use NULL in preference to 0 for pointers.imp2009-02-031-4/+4
* Use NULL in preference to '0' for pointers.imp2009-02-031-2/+2
* Use %u instead of %zu when we intend to print integer constant.delphij2009-02-031-3/+3
* Declare bus_data_devices to be static: it isn't used elsewhere.imp2009-02-031-5/+5
* break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* Goof, catch up to constant rename (I renamed it to match the overall PCIjhb2009-02-021-1/+1
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-0/+9
* Provide a type for the argument.rdivacky2009-02-021-1/+1
* Properly retun error core from kbdmux_modevent()emax2009-02-021-1/+1
* Begin basic improvements to fwcontrol in the area of handlingsbruno2009-02-022-13/+12
* Move a comment to where it belongs.cognet2009-02-021-2/+1
* Remove unused variables.cognet2009-02-025-13/+4
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-024-11/+169
* - Use a separate pointer to the allocated memory for freeing, as strsep maylulf2009-02-021-3/+3
* Hook up btpand(8) to the buildemax2009-02-021-0/+1
* Fix client mode. Pick up service availability changes.emax2009-02-023-21/+19
* o make SAVE_CCK slightly less error prone by always writing the _flagsam2009-02-021-2/+3
* restore variable initialization removed in r187831; this brokesam2009-02-021-1/+1
* Since, rc.d/defaultroute has the ability to wait for amtm2009-02-021-1/+1
* The 30 second wait for network interfaces to show up effectively makes themtm2009-02-021-4/+15
* The last sector in the first segment might just be a sync, increment beforephk2009-02-021-0/+1
* Don't overwrite it, if only one sector is written yet.phk2009-02-021-7/+8
* Alow dirname(1) to accept multiple arguments in the same way thatrwatson2009-02-022-5/+9
* Explain that we assume AF_INET and only use the addr and port fieldluigi2009-02-021-1/+4
* remove duplicate #includeluigi2009-02-021-1/+0
* Remove duplicate OPTFLAGS definition.fjoe2009-02-021-1/+0
* Fix select on platforms where sizeof(long) != sizeof(int). This usedsepotvin2009-02-021-2/+2
* Sort the options, per style(9).imp2009-02-021-24/+25
* src/usr.bin/usbhidaction/usbhidaction.calfred2009-02-0213-60/+189
* Some updates and bug squashing in the firewire stack.sbruno2009-02-015-69/+88
* when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)sam2009-02-011-2/+2
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-017-136/+75
* put the altq-related functions into a separate file.luigi2009-02-016-122/+167
* Before this fix, pax would stop the restore sequence forkientzle2009-02-011-36/+4
* Permit ` as a pad character in the filename table.kientzle2009-02-011-4/+3
* Constify val in g_handleattr() and str in g_handleattr_str().marcel2009-02-012-4/+5
* Revert part of r187970, the NULL check was removed fromthompsa2009-02-011-0/+3
* Remove check for null softc in attach, it can never happen.thompsa2009-02-0144-140/+0
* Also un-split _PATH_STDPATH for grepability.obrien2009-02-011-4/+3
* David doesn't consider the prior -s behavior a bug. Back out thisimp2009-01-311-1/+0
* Bring over the code from sys/i386/i386/mp_machdep.c, r187880bz2009-01-311-0/+3
* Fix the inconsistent tabbing.obrien2009-01-311-52/+55
OpenPOWER on IntegriCloud