summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-091-1/+1
| | | | | | | | | | | and add some compatibility defines. Add fields for ins and locals to struct reg also for the same reason; these aren't filled in yet because getting at those registers sucks and I'd rather not save them in the trapframe just for this. Reorder struct reg to be ABI compatible as well. Add needed include of machine/emul.h. This gets pmdb (poor man's debugger) from OpenBSD mostly compiling but it doesn't work yet :(
* sparc64 grew _setjmp/_longjmp.obrien2002-04-081-2/+0
|
* Use -ffreestanding.obrien2002-04-081-3/+1
|
* For now we are using our old crt{begin,end}.obrien2002-04-081-3/+3
|
* Remove debugging code that was inadvertantly brought in by previous commit.des2002-04-081-1/+0
|
* Use OpenPAM's credential switching functions.des2002-04-081-10/+9
| | | | Sponsored by: DARPA, NAI Labs
* Add new files and man pages from OpenPAM Cinchona.des2002-04-081-0/+6
| | | | Sponsored by: DARPA, NAI Labs
* Remove commented-out WARNS thingy.des2002-04-081-1/+0
|
* Align for const poisoning in -lutil.ru2002-04-081-3/+3
|
* Const poisoning.ru2002-04-086-28/+26
|
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.phk2002-04-081-18/+13
|
* Fix style of ether_ntoa().ru2002-04-081-3/+3
|
* Reorganize pam_sm_authenticate() to reduce code duplication.des2002-04-071-59/+22
| | | | Sponsored by: DARPA, NAI Labs
* Fix bug in previous commit that passed the wrong default value todes2002-04-071-6/+8
| | | | | | | | | login_getcapstr(3). Also fix a longer-standing bug (login_close(3) frees the string returned by login_getcapstr(3)) by reorganizing the code a little, and use login_getpwclass(3) instead of login_getclass(3) if we already have a struct pwd. Sponsored by: DARPA, NAI Labs
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.asmodai2002-04-071-0/+6
| | | | | PR: 28552 Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* This one needs NO_WERROR too.des2002-04-071-0/+1
|
* Fix (for the second time) kvm_getprocs() for the case where nodd2002-04-071-0/+26
| | | | | | | | | | | | processes match the given criteria. Since revision 1.60 of malloc.c, malloc() and friends return an invalid pointer when given a size of 0. kvm_getprocs() uses sysctl() with a NULL oldp argument to get an initial size, but does not check whether it's 0 before passing it to realloc() (via _kvm_realloc()). Before the aforementioned malloc() change, this resulted in a minimal allocation made and a valid poitner returned, but now results in an invalid, but non-NULL, pointer being returned. When this is passed to sysctl(), the latter returns EFAULT (as it should).
* Turn on NO_WERROR due to namespace pollution in krb5 headers.des2002-04-071-0/+1
|
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-068-150/+112
| | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs.
* Disconnect pam_passwdqc for now, it has some issues that need resolving.des2002-04-061-0/+1
|
* Fix some style issues, a const warning, and abuse of PAM_ABORT.des2002-04-061-11/+15
| | | | Sponsored by: DARPA, NAI Labs
* Polish previous revision.ru2002-04-061-1/+1
|
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,dillon2002-04-061-2/+3
| | | | | | for the ethernet address. MFC after: 1 day
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,tmm2002-04-062-2/+2
| | | | | not sign-extend. Fix a comment in the former to that effect, and change the latter over to do the right conversion.
* Remove some duplicate free()s and add some that were missing.des2002-04-051-21/+9
| | | | Submitted by: tmm
* pam_get_pass() -> pam_get_authtok()des2002-04-051-1/+1
|
* Upgrade to something quite close, but not identical, to version 1.6 ofdes2002-04-042-400/+442
| | | | | | | Andrew Korty's pam_ssh. The most notable difference is that this uses commas rather than colons to separate items in the "keyfiles" option. Sponsored by: DARPA, NAI Labs
* Add pam_passwdqc to the build.des2002-04-042-0/+14
| | | | Sponsored by: DARPA, NAI Labs
* Initial deorbit burn for the undocumented and unused d_boot[01]phk2002-04-031-5/+0
| | | | | | fields of struct disklabel. Sponsored by: DARPA and NAI Labs.
* When _kevent() returns with errno = EINTR and timeout is notume2002-04-011-4/+3
| | | | | | exceeded, it should be falldown to next_ns. MFC after: 1 week
* Work around a gcc bug which causes zlib to dump core in certainkris2002-03-311-2/+7
| | | | | | situations. This can be removed once gcc is fixed. Submitted by: bde
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-2932-79/+113
| | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland.
* Install libusbhid, and use it instead of libusb.joe2002-03-282-2/+2
| | | | MFC after: 6 days
* Update the documentation to reflect the change from libusb to libusbhid.joe2002-03-283-221/+11
| | | | MFC after: 6 days
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-286-8/+8
| | | | MFC after: 7 days
* Rename libusb.h to libusbhid.h, via a repocopy.joe2002-03-282-102/+1
| | | | MFC after: 7 days
* Follow NetBSD and rename libusb to libusbhid.joe2002-03-279-1176/+1
| | | | MFC after: 7 days
* Embellish more.obrien2002-03-261-1/+1
|
* Embellish the comment.obrien2002-03-261-2/+4
|
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.bde2002-03-266-24/+42
|
* Fixed some bugs in the description of plain gamma() (and gammaf()).bde2002-03-261-19/+19
| | | | | Give a more detailed and correct history of when gamma() was actually the gamma function.
* Fixed some minor style bugs.bde2002-03-261-2/+2
|
* Fixed some style bugs in the removal of __P(()). Some function parameterbde2002-03-261-1/+1
| | | | lists were outdented to column 0.
* Fix grammer in comment.phk2002-03-251-1/+1
| | | | Submitted by: Engin Gunduz <engin@ripe.net>
* Modernize my email address.phk2002-03-253-4/+4
|
* Modernize my email addressphk2002-03-251-1/+1
|
* Modernize my email address.phk2002-03-2513-13/+13
|
* Modernize my email-address.phk2002-03-251-1/+1
|
* A break after a return is useless.dd2002-03-241-1/+0
|
* Fix braino.dd2002-03-241-1/+1
|
OpenPOWER on IntegriCloud