summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prototype fixes (long newinum --> ino_t newinum).jlemon2002-06-241-2/+2
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-242-10/+10
* Fix a GCCism.markm2002-06-241-1/+1
* Better warnings fixes. Use more sane argument types instead of bogus castsmarkm2002-06-241-3/+3
* C replacement for the Perl5 code.markm2002-06-249-680/+570
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-249-0/+60
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.nyan2002-06-242-8/+12
* The rp driver supports pc98 arch (maybe).nyan2002-06-242-2/+2
* I explicitly meant to not move any of this over to the new m4(1) framework,jmallett2002-06-242-2/+11
* Move all remaining tests except for:jmallett2002-06-2410-73/+23
* Add two new mostly freeform types of regression tests, and a macro for dyingjmallett2002-06-241-0/+30
* Oops, this should have been part of my previous commit.mux2002-06-241-3/+0
* Bring sys/kern/md5c.c in sync with the userland version.mux2002-06-241-26/+23
* Comments to describe what these macros do, so that someone other than mejmallett2002-06-241-0/+13
* Convert straightforward regression tests to use regress.m4.jmallett2002-06-246-93/+19
* Add missing const's.mux2002-06-241-1/+1
* Add a simple (to be expanded) library of functions for the regression tests,jmallett2002-06-241-0/+23
* Fix unaligned access error.naddy2002-06-241-3/+6
* I hope I won't regret this too much.des2002-06-241-0/+1
* My previous style commits weren't entirely right. Fix some bugs Ides2002-06-247-23/+11
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* Include <sys/types.h> in the !_KERNEL case so that this file isbde2002-06-241-0/+3
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
* Print a long with %ld not %d. (We possibly should be using %j here, butdwmalone2002-06-241-1/+1
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
* remove declaration of authlogdinoex2002-06-241-5/+1
* Previous commit made no sense.des2002-06-241-1/+2
* Fix style and unbreal static build.des2002-06-245-11/+10
* IPv4or6 is already defined in libssh.des2002-06-241-3/+2
* MFi386: sys/i386/isa/clock.c revision 1.187.kato2002-06-243-6/+6
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
* userout -> out. These two labels are now identical.mini2002-06-242-14/+12
* Remove unused diagnostic function cread_free_thread().mini2002-06-2411-64/+0
* include if_ieee80211.h and if_wireg.h, don't know why that didn't work beforeimp2002-06-241-0/+2
* Document -L and -l.imp2002-06-242-3/+92
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* Document TARGET_ARCHdillon2002-06-241-0/+5
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2412-103/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
* - Remove the definition for SCHED_ATMarr2002-06-243-5/+2
* Partially back out the "make all interfaces standard" commit. There'simp2002-06-241-8/+8
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-233-3/+3
* Allocate and clear the correct number of bytes for arobert2002-06-231-2/+2
OpenPOWER on IntegriCloud