summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Brucify.des2003-04-101-4/+8
* Forced commit to fill in the fields below for the last commit. Alsoharti2003-04-101-1/+1
* When called with s == NULL, behave as if wc == L'\0' as required by thetjr2003-04-101-1/+3
* Add quirk for LOGITECH WMRPAD.mdodd2003-04-101-0/+1
* - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05.mdodd2003-04-103-0/+24
* Fix debounce. I forgot these bits in my last commit.mdodd2003-04-101-1/+3
* Fix interrupt race.imp2003-04-101-1/+1
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryimp2003-04-101-1/+0
* - fixed byte order of route lifetimes in route info opptions.suz2003-04-101-2/+2
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isimp2003-04-101-1/+2
* Remove strings by default from PCMCIA_CARD expansion. Add _DESC versionimp2003-04-100-0/+0
* Remove bogus line and entry, restore cnet ne2000 add smc 8041imp2003-04-103-12/+14
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-102-0/+12
* reorganize the supported card table. We don't need the enet_vendor orimp2003-04-101-272/+57
* Sync to 1.46imp2003-04-101-114/+122
* MFNetBSD:imp2003-04-101-2/+6
* Don't set the description if NULL.imp2003-04-101-1/+2
* Don't lock in the attach routine. It isn't required. Register theimp2003-04-104-37/+44
* Make sure that pp_name is non-null before setting the deviceimp2003-04-1011-11/+21
* Back out the _ND change. I plan on making all drivers default to that withimp2003-04-101-37/+37
* In [bsd-nomads:16650] shibagaki-san presented an example product id ofimp2003-04-101-1/+1
* Code cleanups and sanity checking for config file parser.mdodd2003-04-101-19/+52
* Slightly rework formatting in vmstat -i so that it doesn'tmux2003-04-101-3/+3
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* - Implement debounce support.mdodd2003-04-092-31/+86
* 1.37 was committed prematurely: back out until I can commit all parts at theimp2003-04-091-6/+5
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-092-6/+7
* Fix a logic bug in previous commit (use || rather than &&). In order tojhb2003-04-091-1/+1
* Correctly detect the case where a password entry was changed while we weredes2003-04-091-2/+7
* Avoid clobbering the gecos field, as we intend to use the original later.des2003-04-091-3/+10
* Add prototypes for change_root() and change_dir().mike2003-04-091-0/+2
* Fix non-word.jake2003-04-091-2/+2
* Apply the correct fix for bin/50679: don't mess around with process groupsdes2003-04-091-13/+19
* Make sure that both pp_name and pp_vendor are zero to know we're at theimp2003-04-091-4/+5
* Implement relative mixer adjustment.mdodd2003-04-092-13/+51
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Add ahd.jake2003-04-091-1/+0
* Compile with PAE.jake2003-04-091-1/+2
* I forgot a rather crucial cast when I made this sectorsize agnostic.phk2003-04-091-12/+12
* Only be verbose if (bootverbose)phk2003-04-091-3/+6
* Update these two reference vectors.phk2003-04-092-0/+9
* With the magic sequence checks removed this class is downright dangerousphk2003-04-091-6/+11
* Add script to run kernel based regression test and the reference vectorsphk2003-04-0916-0/+151
* Utility to load one of our XML images into a MD(4) device.phk2003-04-092-0/+285
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-093-24/+47
* Add usbhidaction(1).mdodd2003-04-094-0/+614
* Diskinfo is a small program to access the basic properties of a disk device:phk2003-04-094-0/+384
* Correctly split cyl/sects bytes when we print them.phk2003-04-091-2/+5
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-094-9/+9
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
OpenPOWER on IntegriCloud