summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-084-306/+1
| | | | looking, dog.
* Some updates to mention accept filters and howsilby2002-05-082-2/+33
| | | | | | listen queues work in a syncache world. MFC after: 3 days
* Make compilable without -DINET6.ume2002-05-081-2/+2
|
* Resurrect as an empty file to unbreak the build. We have everything wedes2002-05-081-0/+1
| | | | need in paths.h.
* Put 'ftp' back.maxim2002-05-081-0/+1
| | | | Requested by: bmah, jhb
* Log address family of a connection.ume2002-05-081-4/+6
| | | | | Requested by: matusita Reviewed by: matusita
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.des2002-05-086-517/+169
| | | | Sponsored by: DARPA, NAI Labs
* Fix a boatload of format errors and constness violations.des2002-05-082-36/+40
| | | | Sponsored by: DARPA, NAI Labs
* If no old_pw was passed to pw_copy, compare just the name.des2002-05-081-1/+2
| | | | Sponsored by: DARPA, NAI Labs
* Make _msgout take a const char * rather than a char *.des2002-05-081-2/+2
| | | | Sponsored by: DARPA, NAI Labs
* It is dangerous to use globbing like so in startup scripts:nectar2002-05-081-1/+3
| | | | | | | | | rm -f /tmp/.X11-unix/* If /tmp/.X11-unix didn't already exist, a user could symlink it to a directory with files that he wants to wipe out, and wait for next reboot. Reported by: lumpy <lumpy@the.whole.net>
* Don't emulate INTERNALLIB.ru2002-05-081-4/+2
|
* Change whtespace indent in format string to fit new output form ofkuriyama2002-05-081-2/+2
| | | | | | timestamp. Reviewed by: markm
* expand_name fixes:alfred2002-05-081-38/+32
| | | | | | | | | | | | | | | .) don't use MAXPATHLEN + 1, fix logic to compensate. .) style(9) function parameters. .) fix line wrapping. .) remove duplicated error and string handling code. .) don't NUL terminate already NUL terminated string. .) all string length variables changed from int to size_t. .) constify variables. .) catch when corename would be truncated. .) cast pid_t and uid_t args for format string. .) add parens around return arguments. Help and suggestions from: bde
* style(9): remove an EOF space.maxim2002-05-081-1/+1
|
* Implement 'speed' command: set a maximum read speed. At the moment itmaxim2002-05-082-0/+22
| | | | | | | | | works on ATAPI drives only. PR: kern/35512 (a part of) Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Reviewed by: -hackers MFC after: 1 month
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withjeff2002-05-081-0/+1
| | | | | negative values because the original value was sign extended but the compared value was not.
* Fix typo.gshapiro2002-05-081-1/+1
| | | | | | Submitted by: Marius Strom <marius@marius.org> MFC after: 1 day and RE approval
* Remove runq_findproc. This never worked right in the first place and canjake2002-05-081-23/+0
| | | | be prohibitively expensive.
* Remove unneeded include.jake2002-05-081-1/+0
|
* Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.jake2002-05-082-102/+152
| | | | | | Rearrange things slightly so that the contents of the tag access register are read and restored outside of the macros. The intention is to pass the page size to look up as an argument to the macros.
* Bring doc up-to-date with current buildworld/buildkernel practices.jwd2002-05-081-11/+20
| | | | Reviewed by: jhb
* These files haven't been used in a while.des2002-05-083-480/+0
|
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) sokbyanc2002-05-081-2/+4
| | | | | | that this header may be included from userland where min() may not be declared (or worse, declared differently). I open to alternative solutions.
* Update ARP to access token-ring source routing information at it's newkbyanc2002-05-081-5/+10
| | | | | | | location. Not tested by: me (sorry!) Sponsored by: NTT Multimedia Communications Labs
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-0817-1591/+405
| | | | Sponsored by: DARPA, NAI Labs
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
| | | | | | | PR: i386/36972 Submitted by: Colin Perkins <csp@isi.edu> Requested by: Larry Rosenman <ler@lerctr.org> MFC After: 7 days
* Add passwd manipulation code based on parts of vipw and chpass.des2002-05-083-86/+438
| | | | Sponsored by: DARPA, NAI Labs
* Add ypclnt_havepasswd(), and guard against a possible segfault.des2002-05-082-12/+33
| | | | Sponsored by: DARPA, NAI Labs
* Really include <paths.h> (it seems it was brought in indirectly)des2002-05-081-0/+1
|
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-089-133/+38
| | | | Sponsored by: DARPA, NAI Labs
* PAMify.des2002-05-081-253/+127
| | | | Sponsored by: DARPA, NAI Labs
* Add some more commonly-used directories and files.des2002-05-081-0/+6
| | | | Sponsored by: DARPA, NAI Labs
* Use pam_lastlog(8)'s new no_fail option.des2002-05-083-3/+3
| | | | Sponsored by: DARPA, NAI Labs
* Add a no_fail option.des2002-05-082-6/+20
| | | | Sponsored by: DARPA, NAI Labs
* Add pam_ftpusers(8), which enforces /etc/ftpusers.des2002-05-084-0/+222
| | | | Sponsored by: DARPA, NAI Labs
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
| | | | | while logging we may pass a non NUL terminated string to log(9) for a %s format arg.
* Oops, update usage() to have -i.jmallett2002-05-071-2/+2
|
* Add handling for any nil-length string passed to -i for the backup extension.jmallett2002-05-072-2/+21
| | | | Add a note that this is kinda-sorta dangerous to the manual page.
* Alpha MD bits for Gcc 3.1.obrien2002-05-071-115/+37
|
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
| | | | | | their passwd file for NIS because _PWF_SOURCE is not set. Submitted by: amigus (perforce change 10969)
* Un-shadow the `fname' variable.jmallett2002-05-071-9/+9
|
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-074-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | field. This returns the sdl_data field to a variable-length field. More importantly, this prevents a easily-reproduceable data-corruption bug when the interface name plus the hardware address exceed the sdl_data field's original 12 byte limit. However, token-ring interfaces may still overflow the new sdl_data field's 46 byte limit if the interface name exceeds 6 characters (since 6 characters for interface name plus 6 for hardware address plus 34 for source routing = the size of sdl_data). Further refinements could overcome this limitation but would break binary compatibility; this commit only addresses fixing the bug for commonly-occuring cases without breaking binary compatibility with the intention that the functionality can be MFC'ed to -stable. See message ID's (both send to -arch): 20020421013332.F87395-100000@gateway.posi.net 20020430181359.G11009-300000@gateway.posi.net for a more thorough description of the bug addressed and how to reproduce it. Approved by: silence on -arch and -net Sponsored by: NTT Multimedia Communications Labs MFC after: 1 week
* Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keeppeter2002-05-072-1063/+0
| | | | | | | | | | | on committing to these while they were in the Attic after they had been removed. I think this was because he had the file checked out and already 'modified' while markm cvs rm'ed them, and cvs screws up when trying to "merge" the modifications with the "rm". And after that the client state was sufficiently hosed to keep it messed up. Yay CVS! (CVS is very fragile for adding and removing files remotely) The existence of these files was pointed out by: ru
* Re-remove these files. Somehow obrien managed to revive them with apeter2002-05-072-185/+0
| | | | | Makefile cleanup sweep even after they were removed. cvs was very confused because they were in the Attic still.
* New release note: syncache/accept_filter bugfix.bmah2002-05-072-0/+10
|
* - Remove the init routine for loop -- it broke something and I don't havearr2002-05-071-11/+4
| | | | the time to fix it properly at the moment.
* - Use an array of init functions to be used in a for loop in ourarr2002-05-071-4/+11
| | | | initialization routine.
* - Add atm_init_fnarr2002-05-071-0/+2
|
* - Add atm_sock_init()arr2002-05-073-9/+16
| | | | - Move the Atm_pcb storage pool (atm_pcb_pool) to be an UMA zone.
OpenPOWER on IntegriCloud