summaryrefslogtreecommitdiffstats
path: root/sys/netncp
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-063-1/+3
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.jhb2006-08-031-7/+27
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-9/+8
* In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error'rwatson2006-01-141-7/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-291-1/+11
* avoid potential null ptr derefssam2005-02-231-2/+11
* /* -> /*- for license, minor formatting changesimp2005-01-0719-19/+20
* Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros somarius2005-01-031-36/+14
* Add missing zero flag argument.phk2004-10-121-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Make the process_exit eventhandler run without Giant. Add Giant hookspeter2004-03-141-0/+2
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-2/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* Use __FBSDID().obrien2003-06-119-24/+36
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-2/+3
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-7/+7
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-1/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use a character device and ioctl() for communication between libncptjr2003-02-283-138/+155
* Catch up with KSE changes.fjoe2003-02-2611-314/+369
* Back out M_* changes, per decision of the TRB.imp2003-02-194-5/+5
* Lock proc while accessing p_siglist p_sigmask and p_sigignore.tjr2003-02-141-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-5/+5
* - Change mb_copy_t to take a size_t as the length argument instead of anjhb2002-11-081-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+2
* Back our kernel support for reliable signal queues.jmallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>jmallett2002-09-301-2/+3
* use __packed.alfred2002-09-233-14/+14
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* Make bn_name a const char * to quieten some warnings.dwmalone2002-07-271-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-4/+1
* CURSIG() is not a macro so rename it cursig().julian2002-05-291-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+4
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Add character translation table between Unix and NetWare accordingbp2002-04-201-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-104-10/+10
* Change the kernel's ucred API as follows:jhb2001-10-111-4/+2
* KSE Milestone 2julian2001-09-122-19/+19
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'peter2001-06-151-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* Use new kernel_sysctlbyname function. Remove private copy.jlemon2001-05-193-22/+2
* Include sys/lock.h and sys/mutex.h so that this compiles.jhb2001-05-151-0/+2
OpenPOWER on IntegriCloud