Age | Commit message (Expand) | Author |
2005-09-13 | allows grabbing a packing-list directly, without needing to go through | Marc Espie |
2005-09-13 | use memcmp instead of bcmp to compare tree nodes. | Reyk Floeter |
2005-09-13 | some long-delayed clean-up of this code. | Marc Espie |
2005-09-13 | Only return a _dl_md_plabel() if the object is a function, do not indirect | Dale Rahn |
2005-09-13 | Only DELEXPORT filesystems which are not exported. Removes NFS race when | Dale Rahn |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-12 | Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@ | Miod Vallat |
2005-09-12 | frame -> fake. | Marc Espie |
2005-09-12 | correct prompt; | Jason McIntyre |
2005-09-12 | remove trailing spaces | Nikolay Sturm |
2005-09-12 | Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@ | Miod Vallat |
2005-09-12 | Missing colons. | Miod Vallat |
2005-09-12 | Simplify cross-compilation scenario; native builds unaffected. | Miod Vallat |
2005-09-12 | knf plus use __func__; no functional change. | Federico G. Schwindt |
2005-09-12 | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ | Miod Vallat |
2005-09-12 | better cis string parsing. from drochner@netbsd.org; tested by jmc@. | Federico G. Schwindt |
2005-09-12 | give a full pathname to the installed library, so we don't get a WTF? error | Marc Espie |
2005-09-12 | cleanup comments | Martin Reindl |
2005-09-12 | file is out of date; | Jason McIntyre |
2005-09-12 | regen | Jonathan Gray |
2005-09-12 | ZyDAS USB IDs. | Jonathan Gray |
2005-09-12 | regen | Jonathan Gray |
2005-09-12 | ZyDAS PCI IDs. | Jonathan Gray |
2005-09-12 | some markup and punctuation fixes from wiz@netbsd | Jason McIntyre |
2005-09-12 | i don't see the point in maintaining a list of watchdog devices in here; | Jason McIntyre |
2005-09-12 | add ichwdt(4) here too; | Jason McIntyre |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-09-12 | add some Xr's for ichwdt(4) and wtachdogd(8); | Jason McIntyre |
2005-09-12 | provide m68k_page_offset() | Martin Reindl |
2005-09-12 | punctuation; | Jason McIntyre |
2005-09-12 | - add -r to usage() | Jason McIntyre |
2005-09-12 | preserve backslash using `\e', not `\\'; | Jason McIntyre |
2005-09-11 | typo, th -> the | Brad Smith |
2005-09-11 | 'e' comes before 'n' in st names. And 'r' is optional too. | Kenneth R Westerback |
2005-09-11 | Compute TARGET_ARCH in the Makefile, rather than in a shell, and use it | Miod Vallat |
2005-09-11 | Create proper symlink for a.out as. | Miod Vallat |
2005-09-11 | Create a correct /usr/bin/cpp for a.out platforms. | Miod Vallat |
2005-09-11 | ivec[] needs to be one entry larger on 188. | Miod Vallat |
2005-09-11 | oops. unused var | Michael Shalayeff |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff |
2005-09-11 | Process window size changes after xread(). [change window size] | Otto Moerbeek |
2005-09-11 | Don't use a global variable to indicate that we are | Brad Smith |
2005-09-11 | Fix " handling in here documents. POSIX says they are not special, so | Otto Moerbeek |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-09-11 | Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256). | Kenneth R Westerback |
2005-09-11 | when adding any IP addresses make sure to UP the interface. | Brad Smith |
2005-09-11 | handle short read()'s. fixes transfer | Moritz Jodeit |
2005-09-11 | AmbiCom WL1100C-CF reported by Barry Dexter A. Gonzaga, and sort table | Uwe Stuehler |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink |
2005-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt |