| Commit message (Expand) | Author | Age | Files | Lines |
* | Document -P (keyboard probe) assumptions. | rnordier | 1999-06-26 | 1 | -1/+10 |
* | Just return `curbrk' for sbrk(0) to avoid syscall overhead. | simokawa | 1999-06-26 | 1 | -0/+2 |
* | There isn't much point waking up a daemon that hasn't existed since | peter | 1999-06-26 | 1 | -6/+2 |
* | GC the remnants of the old pre-softupdates update daemon. It's been | peter | 1999-06-26 | 1 | -48/+1 |
* | I'm tired of having a 'hanging root device'.. This isn't a "fix", just | peter | 1999-06-26 | 2 | -2/+8 |
* | Remove unused variable and computation, possibly leading to a | n_hibma | 1999-06-26 | 1 | -4/+1 |
* | Quick fix to make libcam compile.. I don't know about the rest of world | peter | 1999-06-26 | 2 | -2/+14 |
* | Change 'device' to 'self', to be more like the rest of the code | n_hibma | 1999-06-26 | 2 | -4/+4 |
* | Make genassym compile - the recent buf locking changes meant that more | peter | 1999-06-26 | 4 | -24/+10 |
* | ABS_SET() and BSS_SET() are no longer used. The sole remaining user of | peter | 1999-06-26 | 2 | -9/+2 |
* | Quieten some warnings as a result of changes in ls_items[] constness over | peter | 1999-06-26 | 2 | -8/+6 |
* | Force umask to 077 (instead of 000) during the edit phase, to get | pb | 1999-06-26 | 3 | -9/+7 |
* | * Call cdevsw_remove from the MOD_UNLOAD event. | dfr | 1999-06-26 | 1 | -6/+5 |
* | Fix a dev_t/udev_t issue | peter | 1999-06-26 | 1 | -3/+3 |
* | #if 0 an unused function since it generates warnings.. (I have not deleted | peter | 1999-06-26 | 1 | -1/+5 |
* | Report the correct master.passwd path on failure when the -d option is | sheldonh | 1999-06-26 | 1 | -2/+2 |
* | Make sure that we record the flags in all cases. | dfr | 1999-06-26 | 1 | -2/+2 |
* | Decode all currently supported values of the ptrace `request' arg. | bde | 1999-06-26 | 1 | -3/+20 |
* | Add -d option to vipw(8) to allow selection of an alternative directory | sheldonh | 1999-06-26 | 4 | -19/+57 |
* | Correct usage message | brian | 1999-06-26 | 1 | -2/+2 |
* | Don't bother read()ing if we ``expect'' nothing in our chat script. | brian | 1999-06-26 | 1 | -2/+2 |
* | If we run out of chat script immediately after a successfully executed | brian | 1999-06-26 | 1 | -2/+6 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 54 | -349/+563 |
* | In in_pcbconnect(), check the return value from in_pcbbind() and | pb | 1999-06-25 | 1 | -3/+6 |
* | Sort options. | obrien | 1999-06-25 | 1 | -21/+39 |
* | Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from this | obrien | 1999-06-25 | 1 | -3/+3 |
* | Fix bug (introduced by me) where UDP port numbers were starting at 1 instead | archie | 1999-06-25 | 1 | -3/+7 |
* | Make a reference to rtprio, which will definatly be of interest to someone | billf | 1999-06-25 | 2 | -3/+6 |
* | Add Pro/100+ (i82559) to the list of supported products. | mph | 1999-06-25 | 2 | -10/+12 |
* | From submitter: | kato | 1999-06-25 | 2 | -114/+106 |
* | - add "-s src_addr" option to allow setting of the source IP address; | ru | 1999-06-25 | 7 | -75/+108 |
* | Never return the root node itself from rn_match(); return NULL instead. | pb | 1999-06-25 | 1 | -2/+5 |
* | Don't continue if parsing failed when -f is in use. Exit with nonzero value. | cracauer | 1999-06-25 | 1 | -3/+2 |
* | Nine'th update to the new ATA/ATAPI driver: | sos | 1999-06-25 | 10 | -468/+650 |
* | Make this sample build again. | dfr | 1999-06-25 | 3 | -4/+4 |
* | Add function cdevsw_remove, the opposite of cdevsw_add: remove an | grog | 1999-06-25 | 3 | -3/+26 |
* | fix the links to the bitstring man page.. | jmg | 1999-06-25 | 2 | -5/+5 |
* | Fix a reference counting problem when using dlopen(NULL, ...). | jdp | 1999-06-25 | 1 | -3/+4 |
* | Fix a serious performance bug for large programs on the Alpha, | jdp | 1999-06-25 | 7 | -103/+231 |
* | add support to buildworld as a normal user: | jmg | 1999-06-24 | 3 | -10/+12 |
* | Fix warning message; that was 4GB, not 2GB. I apparently can't do | jlemon | 1999-06-24 | 2 | -4/+4 |
* | Explicitly ignore any memory > 2GB, we don't support it yet. | jlemon | 1999-06-24 | 2 | -2/+14 |
* | Only include AMD wt_alloc routines if I586_CPU is defined. Fixes | jlemon | 1999-06-24 | 2 | -4/+4 |
* | Fix typo (missing double quote) | n_hibma | 1999-06-24 | 1 | -2/+2 |
* | (corrections for type change in softc) | mjacob | 1999-06-24 | 2 | -6/+6 |
* | Bruce pointed out I was being silly with volatile. | mjacob | 1999-06-24 | 1 | -5/+5 |
* | Quirk Tandberg 4100 like Tandberg 4200. | mjacob | 1999-06-24 | 1 | -1/+5 |
* | Sync with sys/dev/syscons/scvtb.c revision 1.2. | kato | 1999-06-24 | 2 | -2/+46 |
* | Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion | yokota | 1999-06-24 | 2 | -2/+21 |
* | Merge with sys/isa/syscons_isa.c and sys/dev/syscons/syscons.c | kato | 1999-06-24 | 3 | -13/+15 |